Cracking the code to successful conversions: Physical data models

0

The physical data model should represent exactly the way the tables and columns are designed in the in the database management system.  I recommend keeping storage, partitioning, indexing and other physical characteristics in the data model if at all possible.  This will make upkeep and comparison with the development, test or production database much much easier.

Some characteristics of the physical data model may include:

  1. The physical data model is as close to 3rd normal form as possible – base this on usage and performance.
  2. Table and column names are meaningful to our business users, and easy to import into our front-end tools (reporting tools).
  3. Any abbreviations used in table or column names conform to corporate naming standards (if you don’t have this – create it)
  4. Depending on the database foreign key indexes may or may not be used. Base this on an indexing strategy that should be created for this conversion.  Tuning is an art, find someone good who understands the documentation involved to maintain this application over time.
  5. Constraints, indexes and any keys are named according to corporate naming standards.
  6. Timestamps and date columns are used correctly, based on corporate standards.
  7. Audit columns (insert date, update date, delete date, etc.) are added to the physical table as required by the application.

If the conversion is from one software application to another without extensions, just documentation may be required to complete this project.  How much required data modeling should be determined early in the project, as it can be time consuming.

 

Share

About Author

Joyce Norris-Montanari

President of DBTech Solutions, Inc

Joyce Norris-Montanari, CBIP-CDMP, is president of DBTech Solutions, Inc. Joyce advises clients on all aspects of architectural integration, business intelligence and data management. Joyce advises clients about technology, including tools like ETL, profiling, database, quality and metadata. Joyce speaks frequently at data warehouse conferences and is a contributor to several trade publications. She co-authored Data Warehousing and E-Business (Wiley & Sons) with William H. Inmon and others. Joyce has managed and implemented data integrations, data warehouses and operational data stores in industries like education, pharmaceutical, restaurants, telecommunications, government, health care, financial, oil and gas, insurance, research and development and retail. She can be reached at jmontanari@earthlink.net.

Related Posts

Leave A Reply

Back to Top